From: Felix Fietkau Date: Mon, 6 Oct 2008 19:34:09 +0000 (+0000) Subject: icecast: add missing dependency X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=ca03a84ab30be3e0f25ad3dc1eab21b767702710;p=openwrt%2Fsvn-archive%2Fpackages.git icecast: add missing dependency SVN-Revision: 12878 --- diff --git a/net/icecast/Makefile b/net/icecast/Makefile index ba31ab1e8..0709ff130 100644 --- a/net/icecast/Makefile +++ b/net/icecast/Makefile @@ -24,7 +24,7 @@ TREMOR_DIR=$(TREMOR_BUILD_DIR)/ipkg-install/usr define Package/icecast SECTION:=net CATEGORY:=Network - DEPENDS:=+libcurl +libxml2 +libxslt + DEPENDS:=+libcurl +libxml2 +libxslt +libogg TITLE:=A streaming media server for Ogg/Vorbis and MP3 audio streams URL:=http://www.icecast.org/ SUBMENU:=multimedia